home *** CD-ROM | disk | FTP | other *** search
- object NetEventForm: TNetEventForm
- Left = 259
- Top = 141
- Width = 379
- Height = 335
- Caption = 'Network Events'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 263
- Width = 371
- Height = 38
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 371
- 38)
- object LoggingCheck: TCheckBox
- Left = 8
- Top = 8
- Width = 97
- Height = 17
- Caption = 'Logging'
- TabOrder = 0
- OnClick = LoggingCheckClick
- end
- object ClearButton: TButton
- Left = 291
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Clear'
- TabOrder = 1
- OnClick = ClearButtonClick
- end
- end
- object Grid: TDrawGrid
- Left = 0
- Top = 0
- Width = 371
- Height = 263
- Align = alClient
- ColCount = 1
- DefaultColWidth = 800
- DefaultRowHeight = 17
- FixedCols = 0
- RowCount = 500
- FixedRows = 0
- PopupMenu = PopupMenu1
- ScrollBars = ssVertical
- TabOrder = 1
- OnDrawCell = GridDrawCell
- end
- object Timer1: TTimer
- Interval = 500
- OnTimer = Timer1Timer
- Left = 8
- Top = 8
- end
- object PopupMenu1: TPopupMenu
- Left = 88
- Top = 8
- object Copy1: TMenuItem
- Caption = '&Copy to Clipboard'
- OnClick = Copy1Click
- end
- object Clear1: TMenuItem
- Caption = 'C&lear'
- OnClick = Clear1Click
- end
- end
- end
-